[Volumes] Replace storage volume metadata
Compute
[Volumes] Replace storage volume metadata
Update the metadata of a storage volume, including name and description. To change the volume size, use the resize endpoint.
PUT
[Volumes] Replace storage volume metadata
Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
Path Parameters
Unique identifier of the storage volume.
Unique identifier of the organization that owns the resource.
Unique identifier of the project containing the resource.
Body
application/json
Volume name
Maximum string length:
255Volume size in GB
Required range:
0 <= x <= 4294967295Disk type (ssd, nvme)
ssd- SSDnvme- NVMeunknown- Unknown
Available options:
ssd, nvme, unknown Response
Volume updated successfully

